home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Amiga Classic Collection
/
The Amiga Classic Collection - Disc 2.iso
/
Utils
/
UT106-WB2HDinstall.DMS
/
UT106-WB2HDinstall.adf
/
InstallHD
< prev
next >
Wrap
Text File
|
1992-01-09
|
2KB
|
65 lines
.bra {
.ket }
echo "*NHard Disk Software Installation for use with A600HD."
; Must have 2.0 roms for this script to work
version >NIL: 36
if warn
echo "You must be using 2.0 Kickstart to install the 2.0 Workbench !"
skip exit
endif
assign >NIL: WB_2.x: exists
if warn
echo "*NWARNING: The hard disk cannot be found."
echo " Make sure the drive is properly prepped and formatted."
skip exit
endif
; make sure they booted from the Install disk
set target `2.0Install:c/list sys:system.info lformat="%f"`
if "$target" NOT EQ "2.0Install:"
echo "Please boot from your 2.0Install disk to install the 2.0 software."
skip exit
endif
echo "*NThis will reinstall the system software on the hard disk drive."
echo "Files on the hard disk will be overwritten."
echo "You will need your Workbench 2.0 disk, your Extras 2.0 disk,"
echo "and your AmigaFonts 2.0 disk.*N"
ask "Are you sure you want to continue ? (Y/N) "
if warn
path 2.0Install:tools add
stack 20000
echo "*NSetting up RAM disk..."
resident c:Delete force
resident c:IconPos force
resident c:Copy force
;
; avoid a disk swap by copying this to ram
copy 2.0Install:Copy2WB2/wDisk.info ram: clone quiet
;
;
cd ram:
;
echo "*NCopying Workbench 2.0 to hard disk."
execute 2.0Install:UpdateWB full
;
; give the Work partition a nice icon too
copy ram:wDisk.info Work:Disk.info quiet clone
;
; cleaning up
;
delete >NIL: ram:Copy2WB2 all quiet
delete >NIL: ram:tools all quiet
;
delete >NIL: ram:wDisk.info
;
cd ram:
;
endif
lab exit